home *** CD-ROM | disk | FTP | other *** search
/ Power Hacker 2003 / Power_Hacker_2003.iso / Exploit and vulnerability / w00w00 / sectools / SRS / server / config.h.in next >
Encoding:
Text File  |  2000-01-12  |  5.2 KB  |  214 lines

  1. /* config.h.in.  Generated automatically from configure.in by autoheader.  */
  2.  
  3. /* Define if on AIX 3.
  4.    System headers sometimes define this.
  5.    We just want to avoid a redefinition error message.  */
  6. #ifndef _ALL_SOURCE
  7. #undef _ALL_SOURCE
  8. #endif
  9.  
  10. /* Define to empty if the keyword does not work.  */
  11. #undef const
  12.  
  13. /* Define for DGUX with <sys/dg_sys_info.h>.  */
  14. #undef DGUX
  15.  
  16. /* Define if the `getloadavg' function needs to be run setuid or setgid.  */
  17. #undef GETLOADAVG_PRIVILEGED
  18.  
  19. /* Define to `int' if <sys/types.h> doesn't define.  */
  20. #undef gid_t
  21.  
  22. /* Define if you don't have vprintf but do have _doprnt.  */
  23. #undef HAVE_DOPRNT
  24.  
  25. /* Define if your system has its own `getloadavg' function.  */
  26. #undef HAVE_GETLOADAVG
  27.  
  28. /* Define if you have a working `mmap' system call.  */
  29. #undef HAVE_MMAP
  30.  
  31. /* Define if system calls automatically restart after interruption
  32.    by a signal.  */
  33. #undef HAVE_RESTARTABLE_SYSCALLS
  34.  
  35. /* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
  36. #undef HAVE_SYS_WAIT_H
  37.  
  38. /* Define if your struct tm has tm_zone.  */
  39. #undef HAVE_TM_ZONE
  40.  
  41. /* Define if you don't have tm_zone but do have the external array
  42.    tzname.  */
  43. #undef HAVE_TZNAME
  44.  
  45. /* Define if you have the vprintf function.  */
  46. #undef HAVE_VPRINTF
  47.  
  48. /* Define if on MINIX.  */
  49. #undef _MINIX
  50.  
  51. /* Define if your struct nlist has an n_un member.  */
  52. #undef NLIST_NAME_UNION
  53.  
  54. /* Define if you have <nlist.h>.  */
  55. #undef NLIST_STRUCT
  56.  
  57. /* Define to `int' if <sys/types.h> doesn't define.  */
  58. #undef pid_t
  59.  
  60. /* Define if the system does not provide POSIX.1 features except
  61.    with this defined.  */
  62. #undef _POSIX_1_SOURCE
  63.  
  64. /* Define if you need to in order for stat and other things to work.  */
  65. #undef _POSIX_SOURCE
  66.  
  67. /* Define as the return type of signal handlers (int or void).  */
  68. #undef RETSIGTYPE
  69.  
  70. /* Define to `unsigned' if <sys/types.h> doesn't define.  */
  71. #undef size_t
  72.  
  73. /* Define if you have the ANSI C header files.  */
  74. #undef STDC_HEADERS
  75.  
  76. /* Define on System V Release 4.  */
  77. #undef SVR4
  78.  
  79. /* Define if you can safely include both <sys/time.h> and <time.h>.  */
  80. #undef TIME_WITH_SYS_TIME
  81.  
  82. /* Define if your <sys/time.h> declares struct tm.  */
  83. #undef TM_IN_SYS_TIME
  84.  
  85. /* Define to `int' if <sys/types.h> doesn't define.  */
  86. #undef uid_t
  87.  
  88. /* Define for Encore UMAX.  */
  89. #undef UMAX
  90.  
  91. /* Define for Encore UMAX 4.3 that has <inq_status/cpustats.h>
  92.    instead of <sys/cpustats.h>.  */
  93. #undef UMAX4_3
  94.  
  95. /* Define if you have the getcwd function.  */
  96. #undef HAVE_GETCWD
  97.  
  98. /* Define if you have the gethostname function.  */
  99. #undef HAVE_GETHOSTNAME
  100.  
  101. /* Define if you have the getloadavg function.  */
  102. #undef HAVE_GETLOADAVG
  103.  
  104. /* Define if you have the getpagesize function.  */
  105. #undef HAVE_GETPAGESIZE
  106.  
  107. /* Define if you have the memcpy function.  */
  108. #undef HAVE_MEMCPY
  109.  
  110. /* Define if you have the mkdir function.  */
  111. #undef HAVE_MKDIR
  112.  
  113. /* Define if you have the select function.  */
  114. #undef HAVE_SELECT
  115.  
  116. /* Define if you have the setreuid function.  */
  117. #undef HAVE_SETREUID
  118.  
  119. /* Define if you have the shmat function.  */
  120. #undef HAVE_SHMAT
  121.  
  122. /* Define if you have the shmctl function.  */
  123. #undef HAVE_SHMCTL
  124.  
  125. /* Define if you have the shmdt function.  */
  126. #undef HAVE_SHMDT
  127.  
  128. /* Define if you have the shmget function.  */
  129. #undef HAVE_SHMGET
  130.  
  131. /* Define if you have the socket function.  */
  132. #undef HAVE_SOCKET
  133.  
  134. /* Define if you have the strerror function.  */
  135. #undef HAVE_STRERROR
  136.  
  137. /* Define if you have the strstr function.  */
  138. #undef HAVE_STRSTR
  139.  
  140. /* Define if you have the <asm/page.h> header file.  */
  141. #undef HAVE_ASM_PAGE_H
  142.  
  143. /* Define if you have the <compat.h> header file.  */
  144. #undef HAVE_COMPAT_H
  145.  
  146. /* Define if you have the <db.h> header file.  */
  147. #undef HAVE_DB_H
  148.  
  149. /* Define if you have the <fcntl.h> header file.  */
  150. #undef HAVE_FCNTL_H
  151.  
  152. /* Define if you have the <features.h> header file.  */
  153. #undef HAVE_FEATURES_H
  154.  
  155. /* Define if you have the <getopt.h> header file.  */
  156. #undef HAVE_GETOPT_H
  157.  
  158. /* Define if you have the <kvm.h> header file.  */
  159. #undef HAVE_KVM_H
  160.  
  161. /* Define if you have the <limits.h> header file.  */
  162. #undef HAVE_LIMITS_H
  163.  
  164. /* Define if you have the <mach/mach.h> header file.  */
  165. #undef HAVE_MACH_MACH_H
  166.  
  167. /* Define if you have the <malloc.h> header file.  */
  168. #undef HAVE_MALLOC_H
  169.  
  170. /* Define if you have the <memory.h> header file.  */
  171. #undef HAVE_MEMORY_H
  172.  
  173. /* Define if you have the <paths.h> header file.  */
  174. #undef HAVE_PATHS_H
  175.  
  176. /* Define if you have the <posix_opt.h> header file.  */
  177. #undef HAVE_POSIX_OPT_H
  178.  
  179. /* Define if you have the <sys/select.h> header file.  */
  180. #undef HAVE_SYS_SELECT_H
  181.  
  182. /* Define if you have the <sys/shm.h> header file.  */
  183. #undef HAVE_SYS_SHM_H
  184.  
  185. /* Define if you have the <sys/time.h> header file.  */
  186. #undef HAVE_SYS_TIME_H
  187.  
  188. /* Define if you have the <sys/times.h> header file.  */
  189. #undef HAVE_SYS_TIMES_H
  190.  
  191. /* Define if you have the <syslog.h> header file.  */
  192. #undef HAVE_SYSLOG_H
  193.  
  194. /* Define if you have the <unistd.h> header file.  */
  195. #undef HAVE_UNISTD_H
  196.  
  197. /* Define if you have the <utime.h> header file.  */
  198. #undef HAVE_UTIME_H
  199.  
  200. /* Define if you have the crypto library (-lcrypto).  */
  201. #undef HAVE_LIBCRYPTO
  202.  
  203. /* Define if you have the dgc library (-ldgc).  */
  204. #undef HAVE_LIBDGC
  205.  
  206. /* Define if you have the nsl library (-lnsl).  */
  207. #undef HAVE_LIBNSL
  208.  
  209. /* Define if you have the socket library (-lsocket).  */
  210. #undef HAVE_LIBSOCKET
  211.  
  212. /* Define if you have the ssl library (-lssl).  */
  213. #undef HAVE_LIBSSL
  214.